home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  332 b   |  13 lines

  1. on mouseUp
  2.   global comp
  3.   puppetSound(1, "clicko~1")
  4.   cursorOff()
  5.   set comp to 1
  6.   repeat while the locH of sprite 3 < 524
  7.     set the locH of sprite 3 to the locH of sprite 3 + 5
  8.     set the locH of sprite 4 to the locH of sprite 4 + 5
  9.     set the locH of sprite 5 to the locH of sprite 5 + 5
  10.     updateStage()
  11.   end repeat
  12. end
  13.